SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 39811: Sample JCL (SPNCCNTL) and sample USS shell script (SPNCSHEL) for the SAS/CONNECT® spawner under z/OS is incorrect from an Action C installation

DetailsAboutRate It

When doing an Action C installation of SAS 9.2 on z/OS, the SAS/CONNECT spawner samples high-level-qualifier.BAMISC(SPNCCNTL) and high-level-qualifier.BAMISC(SPNCSHEL) are incorrect, where high-level-qualifier is the high-level-qualifier that you specified when you installed SAS 9.2.

The STEPLIB concatenation in high-level-qualifier.BAMISC(SPNCCNTL) does not include the staged LIBE SAS library and should be corrected to the following:

//STEPLIB  DD  DISP=SHR,
//    DSN=high-level-qualifier.SL.LIBRARY
//         DD  DISP=SHR,
//    DSN=high-level-qualifier.LIBRARY
//         DD   DISP=SHR,DSN=high-level-qualifier.LIBE

Also, the sample shell script high-level-qualifier.SL.BAMISC(SPNCSHEL) points to the production configuration file high-level-qualifier.SASRXCFG and the production high-level-qualifier.SASRX file rather than the staged version of these files. These files should be corrected as follows:

cfg="'high-level-qualifier.SL.SASRXCFG(REXX${language}W0)'"
.
.
export SYSPROC=high-level-qualifier.SL.SASRX


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/CONNECTz/OS9.219.219.2 TS2M09.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.